課程資訊
課程名稱
計算機程式
Computer Programming 
開課學期
100-1 
授課對象
電機工程學系  
授課教師
謝宏昀 
課號
EE1004 
課程識別碼
901E10210 
班次
05 
學分
全/半年
半年 
必/選修
必修 
上課時間
星期二5(12:20~13:10)星期三7,8(14:20~16:20) 
上課地點
電二102電二102 
備註
本課程以英語授課。本系優先。
限本系所學生(含輔系、雙修生)
總人數上限:50人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1001programming 
課程簡介影片
 
核心能力關聯
核心能力與課程規劃關聯圖
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

This is an introductory course to computer programming in C++. It is designed for students with little or no prior programming experience. 

課程目標
(1) Introduction
(2) Variable and Arithmetic Operation
(3) Control Structure
(4) Function
(5) Array and Pointer
(6) Class
(7) Object-Oriented Programming
(8) Miscellaneous Topics
 
課程要求
 
預期每週課後學習時數
 
Office Hours
另約時間 
指定閱讀
 
參考書目
Deitel and Deitel, "C++: How to Program," 7th Edition, Prentice Hall, 2010. 
評量方式
(僅供參考)
 
No.
項目
百分比
說明
1. 
期中考 
30% 
 
2. 
期末考 
30% 
 
3. 
作業 
30% 
 
4. 
平時成績 
10% 
 
 
課程進度
週次
日期
單元主題
Week 1
09/13, 09/14  Course Overview & TA Hour 
Week 2
09/20, 09/21  Introduction 
Week 3
09/27, 09/28  Variable 
Week 4
10/04, 10/05  Variable (cont.) 
Week 5
10/11, 10/12  Control Structure 
Week 6
11/18, 11/19  Control Structure (cont.) & Function 
Week 7
10/25, 10/26  Function (cont.) 
Week 8
11/01, 11/02  Function (cont.) 
Week 9
11/08, 11/09  Array and Pointer 
Week 10
11/15, 11/16  Array and Pointer (cont.) 
Week 11
11/22, 11/23  Review & Midterm Exam 
Week 12
11/29, 11/30  Class 
Week 13
12/06, 12/07  Class (cont.) 
Week 14
12/13, 12/14  Class (cont.) 
Week 15
12/20, 12/21  Operator Overlodaing 
Week 16
12/27, 12/28  Operator Overloading (cont.) & Inheritance 
Week 17
01/03, 01/04  Inheritance (cont.) & Stream Processing